From: Richard M. Stallman Date: Fri, 28 Dec 2001 02:12:13 +0000 (+0000) Subject: (find-dired-sentinel): Precede exit message by X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~59550 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e63e3d5feb7266aac170b13aaeab6c7f9eecc8c5;p=emacs.git (find-dired-sentinel): Precede exit message by two spaces, to match the regexp in dired-between-files. --- diff --git a/lisp/find-dired.el b/lisp/find-dired.el index a58d510f20c..f8575fd5835 100644 --- a/lisp/find-dired.el +++ b/lisp/find-dired.el @@ -232,7 +232,7 @@ Thus ARG can also contain additional grep options." (let ((buffer-read-only nil)) (save-excursion (goto-char (point-max)) - (insert "\nfind " state) + (insert "\n find " state) (forward-char -1) ;Back up before \n at end of STATE. (insert " at " (substring (current-time-string) 0 19)) (forward-char 1)